C1.Data Namespace > ClientView<T> Class : AsFiltered Method |
'Declaration
Public Overridable Function AsFiltered( _ ByVal predicate As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _ ) As ClientView(Of T)
public virtual ClientView<T> AsFiltered( System.Linq.Expressions.Expression<Func<T,bool>> predicate )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2